BACnet object property

BACnet objects are defined by their BACnet properties.

Example: A BACnet object can have a "Present value" property that is bound to a real-life sensor and shows the value from that sensor. It can also have a "Units" property that tells the unit of measure for the present value. In addition, it could have a "Description" property, containing more information about the sensor or BACnet object.

All BACnet objects have at least the "Object identifier", "Object name" and "Object type" properties. The BACnet standard divides properties into two classes: required and optional. The implementation of the DINGO-Stack contains a third class: proprietary properties. These are properties added by Go-IoT for specific purposes.

There are two ways of looking at, or editing properties. The first is to find and select the property in the navigation tree. The other is to select the BACnet object and use the edit button inside the Properties in object data-grid.

The editing of BACnet properties is divided into three sections. One that shows read-only information about the property, one that does port-binding and one concerning the value of the property.